{% extends "base.html" %} {% block title %}Diseases Information - Quick Care Connect{% endblock %} {% block extra_meta %} {% endblock %} {% block page_breadcrumb %}
{% endblock %} {% block content %}

Health Information Library

Medically reviewed information on diseases, symptoms, and treatments — trusted by patients across Pakistan.

All {% for category in categories %} {{ category[0].title() }} {{ category[1] }} {% endfor %}
{% if search %}
Showing results for "{{ search }}" Clear
{% endif %} {% if diseases.items %} {% if diseases.pages > 1 %} {% endif %} {% else %}

No Diseases Found

{% if search or current_category != 'all' %} No results match your criteria. Try a different search or category. {% else %} Disease information will be available soon. {% endif %}

{% if search or current_category != 'all' %} Clear Filters {% endif %}
{% endif %}

Concerned About Your Symptoms?

Don't self-diagnose. Talk to a verified doctor online — it only takes a few minutes.

Find a Doctor Now
{% endblock %}